std::forward_list::pop_front
From Cppreference
< cpp | container | forward list
| void push_front();
| (C++11 feature) | |
Removes the first element of the container.
Contents |
[edit] Parameters
(none)
[edit] Return value
(none)
[edit] Complexity
constant.
[edit] See also
| inserts elements to the beginning (public member function) | |